projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f4fc2
)
gpg-sign: Add missing NULL terminator in options
author
Colin Walters
<walters@verbum.org>
Tue, 24 Mar 2015 13:57:27 +0000
(09:57 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 24 Mar 2015 13:57:52 +0000
(09:57 -0400)
src/ostree/ot-builtin-gpg-sign.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-gpg-sign.c
b/src/ostree/ot-builtin-gpg-sign.c
index 6c446ba3a5111026df6f48a5f17ac2dcbdc0f76b..9f596ec1e5af449a4179a361f8cebe1bff7b5dd7 100644
(file)
--- a/
src/ostree/ot-builtin-gpg-sign.c
+++ b/
src/ostree/ot-builtin-gpg-sign.c
@@
-33,6
+33,7
@@
static char *opt_gpg_homedir;
static GOptionEntry options[] = {
{ "delete", 'd', 0, G_OPTION_ARG_NONE, &opt_delete, "Delete signatures having any of the GPG KEY-IDs" },
{ "gpg-homedir", 0, 0, G_OPTION_ARG_STRING, &opt_gpg_homedir, "GPG Homedir to use when looking for keyrings", "HOMEDIR" },
+ { NULL }
};
static void